object DeletePlugin: TDeletePlugin Left = 253 Top = 176 BorderStyle = bsToolWindow Caption = 'Delete Plugin' ClientHeight = 296 ClientWidth = 280 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object ButtonPanel: TPanel Left = 0 Top = 255 Width = 280 Height = 41 Align = alBottom TabOrder = 0 object btnClose: THiLiteSpeedButton Left = 192 Top = 8 Width = 75 Height = 25 Caption = 'Close' OnClick = btnCloseClick end object btnRemove: THiLiteSpeedButton Left = 11 Top = 8 Width = 75 Height = 25 Caption = 'Remove' Enabled = False OnClick = btnRemoveClick end end object PluginTree: TTreeNT Left = 0 Top = 0 Width = 280 Height = 255 Align = alClient ColorSelected = clAppWorkSpace Indent = 19 InsertMarkColor = -16777216 ItemHeight = 16 Options = [toAutoExpand, toEvenHeight, toHotTrack, toReadOnly, toRightClickSelect, toShowRoot] ParentColor = False ScrollTime = 0 TabOrder = 1 OnClick = PluginTreeClick end end